sync.readOnly.m (field)
24 uses
sync (current package)
map.go#L75: m map[any]*entry
map.go#L125: e, ok := read.m[key]
map.go#L132: e, ok = read.m[key]
map.go#L164: if len(read.m) == 0 && !read.amended {
map.go#L173: if len(read.m) > 0 || read.amended {
map.go#L230: if e, ok := read.m[key]; ok {
map.go#L239: if e, ok := read.m[key]; ok {
map.go#L252: m.read.Store(&readOnly{m: read.m, amended: true})
map.go#L298: e, ok := read.m[key]
map.go#L302: e, ok = read.m[key]
map.go#L356: if e, ok := read.m[key]; ok {
map.go#L367: if e, ok := read.m[key]; ok {
map.go#L387: m.read.Store(&readOnly{m: read.m, amended: true})
map.go#L400: if e, ok := read.m[key]; ok {
map.go#L410: if e, ok := read.m[key]; ok {
map.go#L432: e, ok := read.m[key]
map.go#L436: e, ok = read.m[key]
map.go#L487: read = readOnly{m: m.dirty}
map.go#L496: for k, e := range read.m {
map.go#L512: m.read.Store(&readOnly{m: m.dirty})
map.go#L523: m.dirty = make(map[any]*entry, len(read.m))
map.go#L524: for k, e := range read.m {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |